Determines whether the item at fromIndex can be moved to toIndex.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overridable Function CanMove( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Boolean
             
        
            
            public virtual System.bool CanMove( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- fromIndex
 
- The original index.
 - toIndex
 
- The destination index.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照